TSTP Solution File: SEV368^5 by cvc5---1.0.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : cvc5---1.0.5
% Problem  : SEV368^5 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp
% Command  : do_cvc5 %s %d

% Computer : n007.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 19:22:19 EDT 2023

% Result   : CounterSatisfiable 31.05s 31.26s
% Output   : Assurance 0s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----No solution output by system
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem    : SEV368^5 : TPTP v8.1.2. Released v4.0.0.
% 0.08/0.16  % Command    : do_cvc5 %s %d
% 0.15/0.37  % Computer : n007.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.38  % CPULimit   : 300
% 0.15/0.38  % WCLimit    : 300
% 0.15/0.38  % DateTime   : Thu Aug 24 02:39:09 EDT 2023
% 0.15/0.38  % CPUTime    : 
% 0.23/0.53  %----Proving TH0
% 31.05/31.26  %------------------------------------------------------------------------------
% 31.05/31.26  % File     : SEV368^5 : TPTP v8.1.2. Released v4.0.0.
% 31.05/31.26  % Domain   : Set Theory (GvNB)
% 31.05/31.26  % Problem  : TPS problem from GVB-MB-THMS
% 31.05/31.26  % Version  : Especial.
% 31.05/31.26  % English  :
% 31.05/31.26  
% 31.05/31.26  % Refs     : [Bro09] Brown (2009), Email to Geoff Sutcliffe
% 31.05/31.26  % Source   : [Bro09]
% 31.05/31.26  % Names    : tps_0600 [Bro09]
% 31.05/31.26  
% 31.05/31.26  % Status   : CounterCounterSatisfiable
% 31.05/31.26  % Rating   : 0.00 v4.0.0
% 31.05/31.26  % Syntax   : Number of formulae    :    4 (   0 unt;   3 typ;   0 def)
% 31.05/31.26  %            Number of atoms       :    2 (   0 equ;   0 cnn)
% 31.05/31.26  %            Maximal formula atoms :    2 (   2 avg)
% 31.05/31.26  %            Number of connectives :    4 (   0   ~;   0   |;   0   &;   3   @)
% 31.05/31.26  %                                         (   0 <=>;   1  =>;   0  <=;   0 <~>)
% 31.05/31.26  %            Maximal formula depth :    4 (   4 avg)
% 31.05/31.26  %            Number of types       :    2 (   0 usr)
% 31.05/31.26  %            Number of type conns  :    2 (   2   >;   0   *;   0   +;   0  <<)
% 31.05/31.26  %            Number of symbols     :    3 (   3 usr;   1 con; 0-1 aty)
% 31.05/31.26  %            Number of variables   :    0 (   0   ^;   0   !;   0   ?;   0   :)
% 31.05/31.26  % SPC      : TH0_CSA_NEQ_NAR
% 31.05/31.26  
% 31.05/31.26  % Comments : This problem is from the TPS library. Copyright (c) 2009 The TPS
% 31.05/31.26  %            project in the Department of Mathematical Sciences at Carnegie
% 31.05/31.26  %            Mellon University. Distributed under the Creative Commons copyleft
% 31.05/31.26  %            license: http://creativecommons.org/licenses/by-sa/3.0/
% 31.05/31.26  %------------------------------------------------------------------------------
% 31.05/31.26  thf(u,type,
% 31.05/31.26      u: $i ).
% 31.05/31.26  
% 31.05/31.26  thf(cGVB_POWERSET,type,
% 31.05/31.26      cGVB_POWERSET: $i > $i ).
% 31.05/31.26  
% 31.05/31.26  thf(cGVB_M,type,
% 31.05/31.26      cGVB_M: $i > $o ).
% 31.05/31.26  
% 31.05/31.26  thf(cGVB_C3A,conjecture,
% 31.05/31.26      ( ( cGVB_M @ u )
% 31.05/31.26     => ( cGVB_M @ ( cGVB_POWERSET @ u ) ) ) ).
% 31.05/31.26  
% 31.05/31.26  %------------------------------------------------------------------------------
% 31.05/31.26  ------- convert to smt2 : /export/starexec/sandbox2/tmp/tmp.FpYxxlo4TN/cvc5---1.0.5_11636.p...
% 31.05/31.26  (declare-sort $$unsorted 0)
% 31.05/31.26  (declare-fun tptp.u () $$unsorted)
% 31.05/31.26  (declare-fun tptp.cGVB_POWERSET ($$unsorted) $$unsorted)
% 31.05/31.26  (declare-fun tptp.cGVB_M ($$unsorted) Bool)
% 31.05/31.26  (assert (not (=> (@ tptp.cGVB_M tptp.u) (@ tptp.cGVB_M (@ tptp.cGVB_POWERSET tptp.u)))))
% 31.05/31.26  (set-info :filename cvc5---1.0.5_11636)
% 31.05/31.26  (check-sat-assuming ( true ))
% 31.05/31.26  ------- get file name : TPTP file name is SEV368^5
% 31.05/31.26  ------- cvc5-thf : /export/starexec/sandbox2/solver/bin/cvc5---1.0.5_11636.smt2...
% 31.05/31.26  --- Run --ho-elim --full-saturate-quant at 10...
% 31.05/31.26  --- Run --ho-elim --no-e-matching --full-saturate-quant at 10...
% 31.05/31.26  --- Run --ho-elim --no-e-matching --enum-inst-sum --full-saturate-quant at 10...
% 31.05/31.26  --- Run --ho-elim --finite-model-find --uf-ss=no-minimal at 5...
% 31.05/31.26  % SZS status CounterSatisfiable for SEV368^5
% 31.05/31.26  % cvc5---1.0.5 exiting
% 31.05/31.26  % cvc5---1.0.5 exiting
%------------------------------------------------------------------------------